func runtime.cputicks
20 uses
runtime (current package)
chan.go#L199: t0 = cputicks()
chan.go#L320: sg.releasetime = cputicks()
chan.go#L389: sg.releasetime = cputicks()
chan.go#L408: sg.releasetime = cputicks()
chan.go#L508: t0 = cputicks()
chan.go#L652: sg.releasetime = cputicks()
cputicks.go#L11: func cputicks() int64
debuglog.go#L56: tick, nano := uint64(cputicks()), uint64(nanotime())
proc.go#L840: hi := uint32(int64Hash(uint64(cputicks()), ^fastrandseed))
runtime.go#L34: c0 := cputicks()
runtime.go#L37: c1 := cputicks()
select.go#L154: t0 = cputicks()
sema.go#L97: s.releasetime = cputicks()
sema.go#L138: t0 = cputicks()
sema.go#L143: t0 = cputicks()
sema.go#L351: now = cputicks()
sema.go#L518: t0 = cputicks()
trace.go#L377: trace.startTicks = cputicks()
trace.go#L467: trace.endTicks = cputicks()
trace.go#L1817: return traceTime(cputicks() / traceTimeDiv)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |